home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Demos
/
Bowers Development
/
AppMaker 2.0b5
/
Examples
/
Windows MFC
/
MFC generated
/
Demo1Dlg.h
< prev
next >
Wrap
Text File
|
1996-01-01
|
651b
|
38 lines
// Demo1Dlg.h -- application class
// Created 01/01/95 12:01 PM by AppMaker
#ifndef __AFXWIN_H__
#error Need STDAFX.H to be included first for precompiled headers
#endif
#include "resource.h" // main symbols
//
// class CDemo1DlgApp
//
class CDemo1DlgApp : public CWinApp
{
public:
CDemo1DlgApp();
// Overrides
virtual BOOL InitInstance();
// Message maps
protected:
DECLARE_MESSAGE_MAP()
//{{AFX_MSG(CDemo1DlgApp)
// Handlers within the section marked by {{AFX_MSG and }}AFX_MSG
// are maintained by ClassExpress.
afx_msg void OnAbout();
//}}AFX_MSG
};
// VB-Event extern declarations
//{{AFX_VBX_REGISTER()
//}}AFX_VBX_REGISTER